home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Grand Slam
/
GrandSlam volume 1.iso
/
004
/
bloxter.arj
/
ACD.ARJ
/
ACD_COL.P22
next >
Wrap
Text File
|
1991-10-20
|
1KB
|
35 lines
; Example for PATCHING the colors in ACD.EXE using PATCH22
;
; CALL:
;
; patch22 @acd_col.p22
;
; The colors to choose from are:
;
; Dark Colors ║
; (Foreground & ║ Light Colors
; Background) ║ (Foreground)
; ═══════════╤══════════╬══════════════╤════
; Black │ 0 (00) ║ DarkGray │ 8 (08)
; Blue │ 1 (01) ║ LightBlue │ 9 (09)
; Green │ 2 (02) ║ LightGreen │ 10 (0A)
; Cyan │ 3 (03) ║ LightCyan │ 11 (0B)
; Red │ 4 (04) ║ LightRed │ 12 (0C)
; Magenta │ 5 (05) ║ LightMagenta │ 13 (0D)
; Brown │ 6 (06) ║ Yellow │ 14 (0E)
; LightGray │ 7 (07) ║ White │ 15 (0F)
;
;
; This patch would give you by default a blue background (Hex 01) with
; yellow characters (Hex 0E).
;
acd.exe ?\h2A2E2A?\h2A2E2A010E?
;
;
; This patch would restore the original default colors:
; black background (Hex 00) with white characters (Hex 0F)
; (uncomment the following line)
; acd.exe ?\h2A2E2A?\h2A2E2A000F?
;